Skip to main content

Modify One Entry Endpoint

Overview

Use this endpoint to modify a specific entry within a data source. The entry is identified by its unique :entry_id within a given :source_id and :app_id.

Endpoint

PATCH https://api.myboardtoday.com/app/:app_id/source/:source_id/entry/:entry_id

Path Parameters

ParameterTypeRequiredDescription
app_idUUIDYesUnique identifier of the app.
source_idUUIDYesUnique identifier of the data source.
entry_idUUIDYesUnique identifier of the entry to be modified.

Query Parameters

ParameterTypeRequiredDefaultDescription
update_expBooleanNofalseSet to true to also update fields that include string or number functions.

Headers

HeaderRequiredDescription
x-api-keyYesYour API key for authentication.

Request Body

Provide a flattened JSON object representing the updated fields and their new values.

Example:

{
"title": "Updated Entry Title",
"priority": "high",
"due_date": "2025-03-21"
}
  • Keys represent the field names of the entry.
  • Values represent the new values to be assigned.

Report Bugs, Request New Features, and Win $50 Every Month

We value your precious feedback. Please contact us when you find a bug or would like to request a new feature. (In the main panel, click on the bob logo on the top left corner, then in the Dropdown menu click on “contact for bugs or new features”). Every month we will select an “opinion leader” and reward him/her with $50 in cash.